func math.trigReduce

5 uses

	math (current package)
		sin.go#L144: 		j, z = trigReduce(x)
		sin.go#L216: 		j, z = trigReduce(x)
		sincos.go#L40: 		j, z = trigReduce(x)
		tan.go#L113: 		j, z = trigReduce(x)
		trig_reduce.go#L31: func trigReduce(x float64) (j uint64, z float64) {